init static method

Future<LocalStorage> init(
  1. String fileName
)

Implementation

static Future<LocalStorage> init(String fileName) async {
  throw Exception();
}