apply method

Future<void> apply(
  1. UserEvents events
)

Applies to provided events to this RxUserImpl.

Implementation

Future<void> apply(UserEvents events) async {
  Log.debug('apply($events)', '$runtimeType');
  await _userEvent(events);
}