select_frame method

Future<Online> select_frame(
  1. String selector
)

Implementation

Future<Online> select_frame(
  String selector,
) async {
  var Online = await this;
  return Online.select_frame(
    selector,
  );
}