Helper class

Constructors

Helper()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getServerTimestamp() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

convertUnixTimeToYYYYMMDD(int unixTime) String
getAppName() Future<String>
getDeviceId() Future<String?>
getDeviceName() Future<String>
getElapsedTimeInHours() double
getPackageName() Future<String>
getUnixTimeServer() Future<int>
Hex(String hexColor) Color
hideKeyboard() → void
init() Future
initFirebase() Future
isFirstOpen() bool
onPause() → void
onResume() → void
openUrlInWebview(String url, {String title = ""}) → void
rateApp(String iosAppID) → void
restorePurchase({BuildContext? closePage}) → void
saveInstallationTime() → void
shareApp(String isoAppID, BuildContext context, {String message = ""}) → void
showInAppRate({List<int> showWithCounts = const [], dynamic rateCounterName = "inapprate"}) → void
updateUser({String transactionId = ""}) → dynamic
widgetsBuildFinished(Function f) → void