checkout method
Implementation
Future<void> checkout({required String table, required int version, List<String>? namespace}) async {
await _invoke("checkout", {"table": table, "version": version, "namespace": namespace});
}
Future<void> checkout({required String table, required int version, List<String>? namespace}) async {
await _invoke("checkout", {"table": table, "version": version, "namespace": namespace});
}