init static method

Future<bool> init()

Implementation

static Future<bool> init() async {
  return true;
}