catcherDebugOptions method

Future<CatcherOptions> catcherDebugOptions()

Implementation

Future<CatcherOptions> catcherDebugOptions() async {
  return CatcherOptions.getDefaultDebugOptions();
}