init method

Future<void> init({
  1. UMerchantResponse? merchant,
})

Implementation

Future<void> init({UMerchantResponse? merchant}) async {
  this.merchant = merchant;
  await read();
}