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