dispose method
void
dispose()
Implementation
void dispose() {
try {
call();
} catch (error, stackTrace) {
RxLogger.logError(error, stackTrace);
}
}
void dispose() {
try {
call();
} catch (error, stackTrace) {
RxLogger.logError(error, stackTrace);
}
}