@override Future<Uri> sendCrash(String title, String stacktrace) { return _channel.invokeMethod('sendCrash', { 'title': title, 'value': stacktrace, }).then((value) => Uri.parse(value)); }