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