CommonRepo class

Constructors

CommonRepo([MyAppApi? api])
factory

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

fillForm(dynamic params) Future<bool>
getCountryCodeFromLatLng(dynamic params) Future<String?>
getCurrencies() Future<List<CurrencyAvailable>>
getDateFormatList() Future<List<DateFormatModel>>
getForms([dynamic params]) Future<List<ContactFormField>>
getPlatformsUserDetailsFromAdmin(dynamic params) Future<PlatformUserDetail?>
getPlatformsUsersFromAdmin(dynamic params) Future<ListPlatformUserDetail?>
getTimeFormatList() Future<List<TimeFormatModel>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
trackOnClick(dynamic params) Future<bool>

Operators

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