catcherProfileOptions method

Future<CatcherOptions> catcherProfileOptions()

Implementation

Future<CatcherOptions> catcherProfileOptions() async {
  return CatcherOptions.getDefaultProfileOptions();
}