dropStashedState method

Future<int> dropStashedState(
  1. String key
)

Drops the stash entry under key; resolves to the bytes freed (0 when no entry existed).

Implementation

Future<int> dropStashedState(String key) =>
    _isolate.dropStashedState(id, key);