initialize method

Future<void> initialize(
  1. QuickActionHandler handler
)

Initializes this plugin.

Call this once before any further interaction with the plugin.

Implementation

Future<void> initialize(QuickActionHandler handler) async {
  throw UnimplementedError('initialize() has not been implemented.');
}