openBox method

Future<String?> openBox()

Implementation

Future<String?> openBox() {
  return CashboxPlatform.instance.openBox();
}