MethodChannelUtil class
An implementation of UtilPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- UtilPlatform
- MethodChannelUtil
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- utilMethodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
Methods
-
geometryArea(
MPGeometry it) → Future< num?> -
override
-
geometryGetSquaredDistanceToClosestEdge(
MPGeometry it, MPPoint point) → Future< num?> -
override
-
geometryIsInside(
MPGeometry it, MPPoint point) → Future< bool?> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseMapClientUrl(
String venueId, String locationId) → Future< String?> -
override
-
pointAngleBetween(
MPPoint it, MPPoint other) → Future< num?> -
override
-
pointDistanceTo(
MPPoint it, MPPoint other) → Future< num?> -
override
-
setCollisionHandling(
MPCollisionHandling handling) → Future< void> -
override
-
setEnableClustering(
bool enable) → Future< void> -
override
-
setExtrusionOpacity(
num opacity) → Future< void> -
override
-
setLocationSettings(
MPLocationSettings settings) → Future< void> -
override
-
setTypeLocationSettingsSelectable(
String name, MPLocationSettings settings) → Future< void> -
override
-
setWallOpacity(
num opacity) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
venueHasGraph(
String venueId) → Future< bool?> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited