TrafficSource constructor
TrafficSource(
- Context context
Implementation
factory TrafficSource(
Context context
) {
var _a0 = context._copyFromDartTo_CContext();
_CTrafficSource res = _CTrafficSource_C_createWith_CContext(_a0);
_a0._releaseIntermediate();
return TrafficSource._create(res._impl);
}