openBox abstract method

Future<Box> openBox(
  1. String boxName
)

Implementation

Future<Box<dynamic>> openBox(String boxName);