enableLocation abstract method
Show the user location on the map
Implementation
Future<void> enableLocation({
Duration fastestInterval = const Duration(milliseconds: 750),
Duration maxWaitTime = const Duration(seconds: 1),
bool pulseFade = true,
bool accuracyAnimation = true,
bool compassAnimation = true,
bool pulse = true,
BearingRenderMode bearingRenderMode = BearingRenderMode.gps,
});