enableBluetoothServices method

Future<void> enableBluetoothServices()

Implementation

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