setupShop method
Implementation
Future<SetupMerchantResponse?> setupShop(
BuildContext context,
) async {
await Utils.navigationPush(context, SetUpShop(shopContext: this));
}
Future<SetupMerchantResponse?> setupShop(
BuildContext context,
) async {
await Utils.navigationPush(context, SetUpShop(shopContext: this));
}