setUsePacificUrl method

Future setUsePacificUrl(
  1. bool usePacificUrl
)

Implementation

Future setUsePacificUrl(bool usePacificUrl) async {
  await this.set('usePacificUrl', usePacificUrl.toString());
}