processMethodCall method

  1. @visibleForTesting
Future processMethodCall(
  1. MethodCall call
)

Implementation

@visibleForTesting
Future processMethodCall(MethodCall call) async {
  return await _handleCallbacks(call);
}