openBluetoothSettings method
实现 FlutterBluetoothPluginPlatform.openBluetoothSettings。
参数、默认值、平台差异和推荐值见平台接口文档。
Implementation
@override
Future<void> openBluetoothSettings() async {
await methodChannel.invokeMethod<void>('openBluetoothSettings');
}
实现 FlutterBluetoothPluginPlatform.openBluetoothSettings。
参数、默认值、平台差异和推荐值见平台接口文档。
@override
Future<void> openBluetoothSettings() async {
await methodChannel.invokeMethod<void>('openBluetoothSettings');
}