@override Future<String?> getAccessToken() async { return await methodChannel.invokeMethod<String>('getAccessToken'); }