pause static method

void pause()

暂停

Implementation

static void pause() {
  return AliAuthPlatform.instance.pause();
}