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