OnelocatePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • OnelocatePlatform
Implementers

Constructors

OnelocatePlatform()
Constructs a OnelocatePlatform.

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

getLocation() Future<Map?>
for get location details
getPlatformVersion() Future<String?>
for get OS version
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 Properties

instance OnelocatePlatform
The default instance of OnelocatePlatform to use.
getter/setter pair