getBaseUrl static method

String getBaseUrl(
  1. bool isTest
)

Implementation

static String getBaseUrl(final bool isTest) => isTest ? sandboxBaseURL : liveBaseURL;