WeChatAuthEntry constructor

WeChatAuthEntry({
  1. required String appId,
  2. required String appSecret,
})

Implementation

WeChatAuthEntry({required this.appId, required this.appSecret});