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