getInstance static method

RSAUtil getInstance()

工厂方法

Implementation

static RSAUtil getInstance() {
  _instance ??= RSAUtil._();
  return _instance!;
}