channel property

Implementation

@visibleForTesting
static final MethodChannel channel = const MethodChannel('payjp')
  ..setMethodCallHandler(_nativeCallHandler);