init method
Implementation
void init({required String apiKey}) async {
this.apiKey = apiKey;
ApiKeyConstants.init(apiKey);
Repository.instance;
await AvailableWallets.checkAvailableWallets();
}
void init({required String apiKey}) async {
this.apiKey = apiKey;
ApiKeyConstants.init(apiKey);
Repository.instance;
await AvailableWallets.checkAvailableWallets();
}