open method

  1. @Method.new()
Future<void> open()

Implementation

@Method()
Future<void> open() async {
  await execute("open", []);
}