init static method

Future init()

初始化

Implementation

static Future init() async {
  await GetStorage.init();
}