NativeIntent constructor
const
NativeIntent({})
Implementation
const NativeIntent({
this.action,
this.flags,
this.category,
this.data,
this.arguments,
this.arrayArguments,
this.package,
this.componentName,
this.type,
}) : assert(action != null || data != null, 'action 和 data 两者都不为 null或必须指定其中一个有值'),
_channel = const MethodChannel(_channelName);