init method
Initializes the plugin.
Implementation
Future<void> init() {
throw UnimplementedError('init() has not been implemented.');
}
Initializes the plugin.
Future<void> init() {
throw UnimplementedError('init() has not been implemented.');
}