initiate method

Future<bool> initiate()
inherited

Implementation

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