custom static method

TransactEnvironment custom(
  1. String transactPath,
  2. String apiPath
)

Custom environment with specified path

Implementation

static TransactEnvironment custom(String transactPath, String apiPath) =>
    TransactEnvironment._(transactPath, apiPath);