open method

Future<void> open()

alias toDefault

Implementation

Future<void> open() async {
  await toDefault();
}