init method

Future<bool> init(
  1. Map<String, Object?> configure
)

Implementation

Future<bool> init(Map<String, Object?> configure) {
  throw UnimplementedError('init() has not been implemented.');
}