applyAsync method

  1. @override
Future<void> applyAsync(
  1. Subject<T> subject
)
override

Check the expectations of this condition against subject.

Implementation

@override
Future<void> applyAsync(Subject<T> subject) async {
  await _context.applyAsync(subject);
}