reportBug method

Future<void> reportBug()

Implementation

Future<void> reportBug() async {
  throw UnimplementedError('`reportBug` has not been implemented.');
}