@override Future<String?> initBluetooth() async{ final result = await methodChannel.invokeMethod('initBluetooth', {}); return result; }