success method

Future<void> success()

Implementation

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