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