locateBranchWithCode abstract method

Future<BranchUserModel> locateBranchWithCode({
  1. required String code,
  2. required String appId,
})

Implementation

Future<BranchUserModel> locateBranchWithCode({
  required String code,
  required String appId,
});