init method

void init({
  1. required String writeKey,
})

Implementation

void init({required String writeKey}) async {
  _writeKey = writeKey;
}