static void configure({ Future<String?> Function(dynamic)? onErrorCaught, }) { if (onErrorCaught != null) { _onErrorCaught = onErrorCaught; } }