extract_structured_data method
Implementation
Future<Online> extract_structured_data(
String key, {
List<String>? types = null,
}) async {
var Online = await this;
return Online.extract_structured_data(
key,
types: types,
);
}
Future<Online> extract_structured_data(
String key, {
List<String>? types = null,
}) async {
var Online = await this;
return Online.extract_structured_data(
key,
types: types,
);
}