LiquidSoftService class

Constructors

LiquidSoftService()

Properties

getPlatformGroup PlatformGroup
no setter
getPlatformType PlatformType
no setter
hashCode int
The hash code for this object.
no setterinherited
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

approvalDialog(String title, String text, String approveButtonText, String denyButtonText, Function successCallback) → dynamic
catchError(String errorBody) → dynamic
getDollarFormat(double dollarString) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
numberFormat(double numberString, {String format = "###.0#", String locale = 'en_US'}) String
openDialog(String title, String text, {int numPops = 1}) → dynamic
routePage(dynamic context, Widget route) → dynamic
sendMail(String contactEmail, String contactName, String subject, String message) → dynamic
showSnackBar(String comment) → dynamic
throwConnectivityError() → dynamic
throwHTTPError(String resStatusCode, String resBody) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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