ListenError static method

dynamic ListenError()

Implementation

static ListenError(){
  FlutterError.onError = (FlutterErrorDetails errorDetails){
    printError(errorDetails);
  };
}