init method

  1. @override
Future<bool> init()

Implementation

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