Skip to content

Instantly share code, notes, and snippets.

@mfebrianto
Created March 8, 2023 22:20
Show Gist options
  • Save mfebrianto/02d304e2b977be9e1a43e68a6aec7a18 to your computer and use it in GitHub Desktop.
Save mfebrianto/02d304e2b977be9e1a43e68a6aec7a18 to your computer and use it in GitHub Desktop.
read_screen_test.mocks.dart
@override
_i3.Future<String> getDoc(String? id) => (super.noSuchMethod(
Invocation.method(
#getDoc,
[id],
),
returnValue: _i3.Future<String>.value(''),
returnValueForMissingStub: _i3.Future<String>.value(''),
) as _i3.Future<String>);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment