openMapsWithAuth abstract method

Future openMapsWithAuth({
  1. required double latitude,
  2. required double longitude,
})

Implementation

Future<dynamic> openMapsWithAuth({
  required double latitude,
  required double longitude,
});