initBluetooth method

Future<String?> initBluetooth()

Implementation

Future<String?> initBluetooth() {
  return FlutterpluginPlatform.instance.initBluetooth();
}