AuthCallbackResponse constructor

const AuthCallbackResponse({
  1. required String auth,
  2. String? channelData,
})

Implementation

const AuthCallbackResponse({required this.auth, this.channelData});