onResult method

void onResult(
  1. Future handler(
    1. MethodCall call
    )
)

Implementation

void onResult(Future<dynamic> Function(MethodCall call) handler){
  throw UnimplementedError('onResult(Future<dynamic> Function(MethodCall call) handler) has not been implemented.');
}