TinkoffSdk constructor

TinkoffSdk()

Implementation

factory TinkoffSdk() {
  if (_instance == null) {
    _instance = TinkoffSdk._private(const MethodChannel(Method.channel));
  }
  return _instance!;
}