toggleMethodSwizzling static method
Implementation
static void toggleMethodSwizzling(bool value) {
// Invoke native method (iOS only)
if (!kIsWeb && Platform.isIOS) {
_channel.invokeMethod('toggleMethodSwizzling', <dynamic>[value]);
}
}
static void toggleMethodSwizzling(bool value) {
// Invoke native method (iOS only)
if (!kIsWeb && Platform.isIOS) {
_channel.invokeMethod('toggleMethodSwizzling', <dynamic>[value]);
}
}