MobileIMSDKMessagesBeReceived constructor
- {@required MobileIMSDKMethodType type,
- dynamic argument}
Implementation
MobileIMSDKMessagesBeReceived({@required MobileIMSDKMethodType type, dynamic argument}) : super(type, argument) {
if (argument is String) {
fingerPrint = argument;
}
}