FlutterMobileIMSDKMethod constructor

FlutterMobileIMSDKMethod(
  1. MobileIMSDKMethodType type,
  2. dynamic argument
)

Implementation

FlutterMobileIMSDKMethod(this.type, this.argument);