requestEnableBluetoothService method

Future<bool> requestEnableBluetoothService()

Implementation

Future<bool> requestEnableBluetoothService() {
  return BluetoothAdapterPlatform.instance.requestEnableBluetoothService();
}