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