Requests the native platform to refresh the access token.
@override Future<bool?> refreshAccessToken() async { return await methodChannel.invokeMethod<bool>('refreshAccessToken'); }