delAllAccount method

void delAllAccount()

清除全部账号

Implementation

void delAllAccount() {
  _channel.invokeMethod('delAllAccount');
}