channel constant

MethodChannel const channel

The method channel connected to the native side of the LINE SDK.

Don't use this channel directly. Instead, call the public methods on the LineSDK class.

Implementation

static const MethodChannel channel =
    const MethodChannel('com.linecorp/flutter_line_sdk');