nopFunction static method

Future<LatLng> nopFunction()

Implementation

static Future<LatLng> nopFunction() {
  throw Exception("");
}