SearchHistory constructor
SearchHistory(
- Context context
Implementation
factory SearchHistory(
Context context
) {
var _a0 = context._copyFromDartTo_CContext();
_CSearchHistory res = _CSearchHistory_C_createWith_CContext(_a0);
_a0._releaseIntermediate();
return SearchHistory._create(res._impl);
}