handleSettingsMethodCallForTesting method

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

Exposes _handleSettingsMethodCall for direct testing.

Implementation

@visibleForTesting
Future<dynamic> handleSettingsMethodCallForTesting(MethodCall call) =>
    _handleSettingsMethodCall(call);