handleSettingsMethodCallForTesting method
Exposes _handleSettingsMethodCall for direct testing.
Implementation
@visibleForTesting
Future<dynamic> handleSettingsMethodCallForTesting(MethodCall call) =>
_handleSettingsMethodCall(call);
Exposes _handleSettingsMethodCall for direct testing.
@visibleForTesting
Future<dynamic> handleSettingsMethodCallForTesting(MethodCall call) =>
_handleSettingsMethodCall(call);