dispose method
Disposes of the mock channel handlers
Implementation
Future<void> dispose() async {
binaryMessenger.setMockMethodCallHandler(methodChannel, null);
clearAllQueuedResponses();
clearAllPermanentResponses();
}
Disposes of the mock channel handlers
Future<void> dispose() async {
binaryMessenger.setMockMethodCallHandler(methodChannel, null);
clearAllQueuedResponses();
clearAllPermanentResponses();
}