open method

Future open()

Implementation

Future open() async {
  await connection.open();
}