getCurrentPosition static method

Future<SmartPosition> getCurrentPosition()

Get current position with a single call.

Implementation

static Future<SmartPosition> getCurrentPosition() {
  return SmartLocationImpl().getCurrentPosition();
}