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