initialize method

Future<void> initialize()

Initializes the plugin.

Implementation

Future<void> initialize() =>
    throw UnimplementedError('initialize() has not been implemented.');