onError static method

void onError(
  1. FluxyErrorHandler handler
)

Registers a global error handler for the framework.

Implementation

static void onError(FluxyErrorHandler handler) => Fx.onError(handler);