MakeAppEndlessPlugin class
Plugin class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
extendLifeCycle(
String channelName, String channelDescription, String contentTitle, String contentText) → Future< void> - Makes Application endless even if removed from background with persisting UI so on restart of application same UI gets loaded which was before removing from background
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
stopLifeCycleExtension(
) → Future< void> - Makes application life cycle normal and removes foreground notification. This will not make any effect if called before extendLifeCycle
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited