Skip to content

Instantly share code, notes, and snippets.

@albertusdev
Created March 20, 2019 15:37
Show Gist options
  • Save albertusdev/3aa768f82dd6c72bc8ba277c37c8d40b to your computer and use it in GitHub Desktop.
Save albertusdev/3aa768f82dd6c72bc8ba277c37c8d40b to your computer and use it in GitHub Desktop.
class MockHttpClient extends Mock implements Dio {}
void main() {
Dio mockHttpClient = MockHttpClient();
const MethodChannel channel =
MethodChannel('plugins.flutter.io/image_picker');
final List<MethodCall> log = <MethodCall>[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment