MobileIMSDKLoginSuccess constructor
MobileIMSDKLoginSuccess({
- required MobileIMSDKMethodType type,
- dynamic argument,
Implementation
MobileIMSDKLoginSuccess({required MobileIMSDKMethodType type, dynamic argument}) : super(type, argument) {
if (argument is Map) {
info = MobileIMSDKLoginInfo.fromJson(argument);
}
}