init static method

void init(
  1. SecureStorageInterface storage
)

Implementation

static void init(SecureStorageInterface storage) {
  secureStorageInterface = storage;
}