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 或者两者必须指定值'),
_channel = const MethodChannel(_channelName);