OutputSuccess method

Future<void> OutputSuccess()

Implementation

Future<void> OutputSuccess() async {
  return _instance.OutputSuccess();
}