history method
History list the sign license in history, the latest is the first index.
Implementation
@override
Future<List<CommerceLicense>?> history(String instId, {Context? ctx}) async {
return await _h.invoke(this, _methods['history']!, [instId], ctx);
}