initiate method

  1. @override
Future<bool> initiate()
override

Implementation

@override
initiate() async {
  return super.initiate();
}