RemoteFlutterWidgetsException constructor

const RemoteFlutterWidgetsException(
  1. String message
)

Creates a RemoteFlutterWidgetsException.

The message should be a complete sentence, starting with a capital letter and ending with a period.

Implementation

const RemoteFlutterWidgetsException(this.message);