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