handleMethodCall method
Handles method calls from the platform channel for testing purposes. This method is visible for testing and allows simulating platform method calls in unit tests.
Implementation
@visibleForTesting
Future<void> handleMethodCall(MethodCall call) {
return _handleMethodCall(call);
}