setAuth method
Implementation
@override
void setAuth({
required ShopLiveCommonAuth data,
}) async {
return await methodChannel.invokeMethod<void>(
'common_setAuth', data.toJson());
}
@override
void setAuth({
required ShopLiveCommonAuth data,
}) async {
return await methodChannel.invokeMethod<void>(
'common_setAuth', data.toJson());
}