sendLocation abstract method

Future sendLocation({
  1. required LocationModel location,
  2. required BuildContext context,
})

Implementation

Future sendLocation(
    {required LocationModel location, required BuildContext context});