startLocation abstract method
void
startLocation({})
启动定位
Implementation
void startLocation({
bool isFullAccuracy = false,
bool showLocationPermissionDialog = true,
required void Function(TLocation? model) completeBack,
});