MobileIMSDKMessagesBeReceived constructor

MobileIMSDKMessagesBeReceived(
  1. {@required MobileIMSDKMethodType type,
  2. dynamic argument}
)

Implementation

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