usePacificUrl method

Future<bool> usePacificUrl()

Implementation

Future<bool> usePacificUrl() async {
  var token = await this.get('usePacificUrl');
  return token == "true";
}