initialize method

Future<void> initialize()

Implementation

Future<void> initialize() async {
  await _channel.invokeMethod('initialize');
}