init method

void init({
  1. required String apiKey,
})

Implementation

void init({required String apiKey}) async {
  _channel.invokeMethod('init', {'apiKey': apiKey});
}