getCurrent method

Future<Position> getCurrent()

Implementation

Future<Position> getCurrent() async {
  return engine.getCurrent();
}