LocationService constructor
LocationService(
- Context context
Implementation
factory LocationService(
Context context
) {
var _a0 = context._copyFromDartTo_CContext();
_CLocationService res = _CLocationService_C_createWith_CContext(_a0);
_a0._releaseIntermediate();
return LocationService._create(res._impl);
}