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