ensureInitialized abstract method

Future<void> ensureInitialized({
  1. Uint8List? encryptionKeyUint8List,
  2. String? key,
})

Implementation

Future<void> ensureInitialized(
    {Uint8List? encryptionKeyUint8List, String? key});