init method

Future<bool> init()

Implementation

Future<bool> init() async {
  await super.initialize('url_data');
  return isInitialize;
}