configure method
Configures the plugin.
- This function should be called at the beginning of your application, but can be called multiple times to update configuration
Implementation
@override
void configure(CallKeepConfig config) {
this.config = config;
}