Removes the authentication key.
@override Future<void> remove() async { _cloudData = null; return ResourceManager.removeServerpodCloudData( localStoragePath: _localStoragePath, ); }