Skip to content

Instantly share code, notes, and snippets.

@ookami-kb
Created June 15, 2020 19:09
Show Gist options
  • Save ookami-kb/5098b976fbd7adee48282405b2f75836 to your computer and use it in GitHub Desktop.
Save ookami-kb/5098b976fbd7adee48282405b2f75836 to your computer and use it in GitHub Desktop.
class ApiThreadDataLayer implements ThreadDataLayer {
final RestClient _restClient;
@override
Future<Either<Exception, MessageThread>> createNewThread(…) async {…}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment