RTWebviewChannelEvent constructor

RTWebviewChannelEvent(
  1. String type,
  2. Map<String, dynamic> data
)

Implementation

RTWebviewChannelEvent(this.type, this.data);