Breaking changes in API
There is no more necessity to pass controller
variable to callbacks, only notification
variable is passed to a callback. There is enough to do the following:
config.success_callback = -> (notification) {
# your success callback
}