addMMKV static method

void addMMKV(
  1. String MMKVId
)

Implementation

static void addMMKV(String MMKVId) {
  SharedStore.addMMKVId(MMKVId);
}