sendCrash method

Future<Uri> sendCrash(
  1. String title,
  2. String stacktrace
)

Implementation

Future<Uri> sendCrash(String title, String stacktrace) {
  throw UnimplementedError('sendCrash() has not been implemented.');
}