resetSharedStorageBudget method
Resets the budget for ownerOrigin
by clearing all budget withdrawals.
Implementation
Future<void> resetSharedStorageBudget(String ownerOrigin) async {
await _client.send('Storage.resetSharedStorageBudget', {
'ownerOrigin': ownerOrigin,
});
}