getpac method

Future<String?> getpac()

Implementation

Future<String?> getpac() {
  return WhistleLoopSdkPlatform.instance.getpac();
}