raiseUncaughtException static method

Future<void> raiseUncaughtException()

Implementation

static Future<void> raiseUncaughtException() async {
  _channel.invokeMethod('raiseUncaughtException', []);
}