requestPermissions method
实现 FlutterBluetoothPluginPlatform.requestPermissions。
Web 端不能脱离用户手势预先弹出蓝牙授权;请通过 startScan 打开设备选择器。
Implementation
@override
Future<Map<String, BluetoothPermissionStatus>> requestPermissions() {
return checkPermissions();
}