init abstract method

void init({
  1. required bool throwOnUnknownKey,
})

Initialise this adapter.

Implementation

void init({required bool throwOnUnknownKey});