handleMethod method

Future<void> handleMethod(
  1. MethodCall call
)

Implementation

Future<void> handleMethod(MethodCall call) {
  throw UnimplementedError('handleMethod() has not been implemented.');
}