getCurrentPosition static method
Get current position with a single call.
Implementation
static Future<SmartPosition> getCurrentPosition() {
return SmartLocationImpl().getCurrentPosition();
}
Get current position with a single call.
static Future<SmartPosition> getCurrentPosition() {
return SmartLocationImpl().getCurrentPosition();
}