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