getCurrentPosition method

dynamic getCurrentPosition(
  1. void callback(
    1. String status,
    2. GeolocationResult result
    )
)

Implementation

external getCurrentPosition(void Function(String status, GeolocationResult result) callback);