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