Skip to content

Instantly share code, notes, and snippets.

@SAGARSURI
Created July 21, 2019 13:18
Show Gist options
  • Select an option

  • Save SAGARSURI/40f5fcb9b6ae926250e14b1aa7dc5aa3 to your computer and use it in GitHub Desktop.

Select an option

Save SAGARSURI/40f5fcb9b6ae926250e14b1aa7dc5aa3 to your computer and use it in GitHub Desktop.
import 'package:mockito/mockito.dart';
import 'package:http/http.dart' as http ;
class MockClient extends Mock implements http.Client {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment