Future<void> secureStorageDelete({required String key}) async { await _channel.invokeMethod<void>('storage#delete', {'key': key}); }