resetDecoder function

Future<bool> resetDecoder(
  1. String key
)

Implementation

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