intialize method

void intialize()

Initialize plugin

Implementation

void intialize() async {
  await _channel.invokeMethod('initialize');
}