init method

Future<void> init()
override

Implementation

Future<void> init() async {
  await _connect();
}