catcherReleaseOptions method

Future<CatcherOptions> catcherReleaseOptions()

Implementation

Future<CatcherOptions> catcherReleaseOptions() async {
  return CatcherOptions.getDefaultReleaseOptions();
}