setMockMethodCallHandler method
- @Deprecated("Use setMockAsynchronousMethodCallHandler instead of setMockMethodCallHandler.")
- @override
- Future? handler(
- MethodCall call
Use setMockAsynchronousMethodCallHandler instead of setMockMethodCallHandler.
Implementation
@Deprecated(
"Use setMockAsynchronousMethodCallHandler instead of setMockMethodCallHandler.")
@override
void setMockMethodCallHandler(Future? Function(MethodCall call)? handler) {
throw UnsupportedError(
"Use setMockAsynchronousMethodCallHandler instead of setMockMethodCallHandler.");
}