init method

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

Init Service

Implementation

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