init method

Future<void> init()

Initializes the AES-GCM crypto plugin.

Platform-specific initialization logic (e.g., loading native libraries) should be done in this method.

Implementation

Future<void> init() {
  throw UnimplementedError('init() has not been implemented.');
}