Simplify class
Constructors
- Simplify()
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
-
debugMessage(
dynamic message) → dynamic -
destroy(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onInternetChange(
Function callFunction) → String -
onNetworkChange(
Function callFunction) → String -
toString(
) → String -
A string representation of this object.
inherited
-
unregisterInternetChange(
String functionId) → dynamic -
unregisterNetworkChange(
String functionId) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
appBuildNumber
→ Future<
String> -
no setter
-
appConfig
→ Future<
Map< String, dynamic> > -
no setter
-
appDetails
→ Future<
Map< String, dynamic> > -
no setter
-
applicationDirectoryPath
→ Future<
String> -
no setter
-
appName
→ Future<
String> -
no setter
-
appPackageName
→ Future<
String> -
no setter
-
appVersionName
→ Future<
String> -
no setter
-
deviceDetails
→ Future<
Map< String, dynamic> > -
no setter
-
localAppDirectoryPath
→ Future<
String> -
no setter
- networkEthernet ↔ int
-
getter/setter pair
- networkMobile ↔ int
-
getter/setter pair
- networkNone ↔ int
-
getter/setter pair
- networkWifi ↔ int
-
getter/setter pair
- platformName → String
-
no setter
-
rootAppDirectoryPath
→ Future<
String> -
no setter
-
uniqueDeviceId
→ Future<
String> -
no setter
Static Methods
-
addConfig(
String key, dynamic value) → Future< bool> -
addConfigValues(
Map configValues) → Future< bool> -
appendFunction(
String key, Function callback, Map< String, Map< functions) → StringString, Function> > -
capitalRemoveUnderscore(
String input) → String -
checkAndCreateDirectory(
String path) → dynamic -
checkResultSuccess(
Map response) → bool -
copyFiles(
String source, String destination) → Future< void> -
debug(
dynamic message) → void -
executeFunctions(
String key, Map< String, Map< functions, [dynamic data]) → dynamicString, Function> > -
generateId(
) → String -
generateRandomId(
) → String -
generateRandomString(
dynamic length) → String -
getDefaultResult(
) → Map< String, dynamic> -
getExceptionMessage(
dynamic ex, {dynamic stack}) → String -
getFileExtensionFromPath(
String path) → String -
getFileNameFromPath(
String path) → String -
getFreePort(
) → Future< int> -
getNetworkType(
ConnectivityResult network) → int -
getResultRecords(
Map< String, dynamic> response) → List -
getUnsafeUnusedPort(
) → Future< int> -
hasInternet(
) → Future< bool> -
joinStrings(
String glue, List< String> elementsList) → String -
launchUrl(
String url) → void -
lcFirst(
String string) → String -
networkConnection(
) → Future< int> -
pingGoogle(
) → Future< bool> -
pingUrl(
String url) → Future< bool> -
snackBar(
{required BuildContext context, String message = ""}) → dynamic -
ucFirst(
String string) → String -
validPrimaryKeyValue(
dynamic value) → dynamic