Deletes the entry associated with key from secure storage.
key
Future<void> deleteSecureData(String key) async { await _secureStorage.delete(key: key, aOptions: _getAndroidOptions()); }