OnSuccess<R> typedef

OnSuccess<R> = Future<R?> Function(Object? data)

Implementation

typedef OnSuccess<R> = Future<R?> Function(Object? data);