dump method

  1. @override
Future<List<Script>?> dump(
  1. Map<String, String> feature, {
  2. Context? ctx,
})
override

Dump the scripts.

Implementation

@override
Future<List<Script>?> dump(
  Map<String, String> feature, {
  Context? ctx,
}) async {
  return await _h.invoke(this, _methods['dump']!, [feature], ctx);
}