setAuth method

  1. @override
void setAuth({
  1. required ShopLiveCommonAuth data,
})
override

Implementation

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