Skip to content

Instantly share code, notes, and snippets.

@mfebrianto
Last active March 8, 2023 22:25
Show Gist options
  • Save mfebrianto/2ca48ad9c874e2d9b314d3c88f84de5b to your computer and use it in GitHub Desktop.
Save mfebrianto/2ca48ad9c874e2d9b314d3c88f84de5b to your computer and use it in GitHub Desktop.
@override
_i3.Future<String> getDoc(String? id) => (super.noSuchMethod(
Invocation.method(
#getDoc,
[id],
),
returnValue: _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