init method

Future<bool> init({
  1. required bool showDebugLog,
})

Implementation

Future<bool> init({required bool showDebugLog}) {
  throw UnimplementedError('init() has not been implemented.');
}