startBluetoothCentral method

Future<void> startBluetoothCentral()

Starts bluetooth subsystem. Shows an alert requesting access rights for bluetooth.

Implementation

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