initialize method

Future<void> initialize()

Initializes the service

Implementation

Future<void> initialize() async {
  await _browser.initialize();
}