ApplicationMeta.android constructor
- UpiApplication application,
- Uint8List _icon,
- int _priority,
- int _preferredOrder
Android platform constructor.
Stores the byte-array version of the logo apart from _priority
and
_preferredOrder
.
Implementation
ApplicationMeta.android(
this.application,
this._icon,
this._priority,
this._preferredOrder,
);