clearAuthCache method

Future<void> clearAuthCache({
  1. required String token,
})

Clears any cached information that the plugin may be holding on to.

Implementation

Future<void> clearAuthCache({required String token}) async {
  throw UnimplementedError('clearAuthCache() has not been implemented.');
}