MethodChannelRegionSettings class

An implementation of RegionSettingsPlatform that uses method channels.

Inheritance

Properties

hashCode → int
The hash code for this object.
no setterinherited
methodChannel → MethodChannel
The method channel used to interact with the native platform.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDateFormatsList() → Future<List<String>?>
Returns a list of date format patterns as strings.
override
getFirstDayOfWeek() → Future<String?>
Returns an integer denoting the first day of the week.
override
getNumberFormatsList() → Future<List<String>?>
Returns a list of number format patterns as strings.
override
getTemperatureUnits() → Future<String?>
Returns a string indicating temperature unit (C or F).
override
getTimeFormatsList() → Future<List<String>?>
Returns a list of time format patterns as strings.
override
getUsesMetricSystem() → Future<bool?>
Returns a boolean indicating if the device is set to use Metric.
override
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