resetDecoder function

Future<bool> resetDecoder(
  1. String key
)

Implementation

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