apply method
- UserEvents events
Applies to provided events to this RxUserImpl.
Implementation
Future<void> apply(UserEvents events) async {
Log.debug('apply($events)', '$runtimeType');
await _userEvent(events);
}
Applies to provided events to this RxUserImpl.
Future<void> apply(UserEvents events) async {
Log.debug('apply($events)', '$runtimeType');
await _userEvent(events);
}