Drops the stash entry under key; resolves to the bytes freed (0 when no entry existed).
key
0
Future<int> dropStashedState(String key) => _isolate.dropStashedState(id, key);