init method

dynamic init(
  1. String apiKey
)

Implementation

init(String apiKey) async {
  this.apiKey = apiKey;
  _userId = LinkFivePrefs().userId;
}