init method

  1. @override
void init(
  1. String appKey,
  2. String platformKey
)
override

Implementation

@override
void init(String appKey, String platformKey) {
  methodChannel.invokeMethod('init', [appKey, platformKey]);
}