configure method

  1. @override
void configure(
  1. CallKeepConfig config
)
override

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;
}