Init 카카오 sdk 사용 전 init 코드를 호출해야 합니다.
Future<void> init(String appKey) { return _channel.invokeMethod('init', appKey); }