clearAuthCache method Null safety
- {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.');
}