申请蓝牙权限 仅Android需要申请 IOS默认开启
Future<bool> requestBluetoothPermission() async { return await PermissionUtil.bluetooth(); }