init static method

Future init(
  1. String iosKey
)

Implementation

static Future init(String iosKey) async {
  await _channel.invokeMethod<dynamic>('init', {'iosKey': iosKey});
}