init method

  1. @override
FutureOr<bool> init([
  1. bool inInterface = true
])

Init Service

Implementation

@override
FutureOr<bool> init([bool inInterface = true]) {
  return _initDb();
}