openBluetoothSettings method

Future<void> openBluetoothSettings()

打开系统蓝牙相关设置页。

无参数。Android 打开蓝牙设置;iOS 打开当前 App 设置页;macOS 打开系统蓝牙设置页; Linux 会尝试启动常见桌面蓝牙设置工具;Windows 打开系统蓝牙设置页;Web 没有可标准化 打开的蓝牙设置页,当前为空操作。

Implementation

Future<void> openBluetoothSettings() {
  throw UnimplementedError(
    'openBluetoothSettings() has not been implemented.',
  );
}