init method

Future<String?> init(
  1. Config config
)

Implementation

Future<String?> init(Config config) async {
  throw UnimplementedError('init() has not been implemented.');
}