initialize method

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

Implementation

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