type method
Implementation
Future<Online> type(
AbstractSelector selector,
Object? text, {
bool show = true,
}) async {
var Online = await this;
return Online.type(
selector,
text,
show: show,
);
}
Future<Online> type(
AbstractSelector selector,
Object? text, {
bool show = true,
}) async {
var Online = await this;
return Online.type(
selector,
text,
show: show,
);
}