dump method
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);
}
Dump the scripts.
@override
Future<List<Script>?> dump(
Map<String, String> feature, {
Context? ctx,
}) async {
return await _h.invoke(this, _methods['dump']!, [feature], ctx);
}