pointDistanceTo method
Implementation
@override
Future<num?> pointDistanceTo(MPPoint it, MPPoint other) {
return utilMethodChannel.invokeMethod<num>("UTL_pointDistanceTo",
{"it": it._jsonEncode(), "other": other._jsonEncode()});
}
@override
Future<num?> pointDistanceTo(MPPoint it, MPPoint other) {
return utilMethodChannel.invokeMethod<num>("UTL_pointDistanceTo",
{"it": it._jsonEncode(), "other": other._jsonEncode()});
}