section method
Section 获取序列号段.
Parameters: kind - 类型 size - 号段大小 length - 长度
Implementation
@override
Future<List<String>?> section(
String kind,
int size,
int length, {
Context? ctx,
}) async {
return await _h.invoke(this, _methods['section']!, [
kind,
size,
length,
], ctx);
}