Future<bool> disposeDecoder(String key) async { await _disposeDecoder(key.toJS).toDart; return true; }