FlutterError constructor

FlutterError(String message)

Creates a FlutterError.

See message for details on the format that the message should take.

Include as much detail as possible in the full error message, including specifics about the state of the app that might be relevant to debugging the error.

Implementation

FlutterError(String message) : super(message);