toggleBluetooth method
Toggles bluetooth for active call
Implementation
@override
Future<bool?> toggleBluetooth({bool bluetoothOn = true}) {
return _channel.invokeMethod('toggleBluetooth', <String, dynamic>{"bluetoothOn": bluetoothOn});
}
Toggles bluetooth for active call
@override
Future<bool?> toggleBluetooth({bool bluetoothOn = true}) {
return _channel.invokeMethod('toggleBluetooth', <String, dynamic>{"bluetoothOn": bluetoothOn});
}