restartBluetooth method

Future<void> restartBluetooth()

Implementation

Future<void> restartBluetooth() {
  return _platform.restartBluetooth();
}