CreateServices class

Inheritance

Constructors

CreateServices()

Properties

args List<String>
getter/setter pairinherited
children List<Command>
no setterinherited
commandName String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
name String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

blueLog(String text) → void
inherited
createFcmHelper() Future<void>
createSharedPrefsHelper() Future<void>
createTokenManager() Future<void>
excecute() Future<void>
override
greenLog(String text) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redLog(String text) → void
inherited
toString() String
A string representation of this object.
inherited
yellowLog(String text) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited