bluetoothIsConnected method

Future<bool> bluetoothIsConnected()

che

Implementation

Future<bool> bluetoothIsConnected() {
  throw UnimplementedError(
      'bluetoothStartSearch() has not been implemented.');
}