assertPusher method

void assertPusher()

Implementation

void assertPusher() {
  if (pusher == null) {
    throw ArgumentError.notNull('Pusher not initialized');
  }
}