init method

Future<int?> init(
  1. String key
)

Implementation

Future<int?> init(String key) {
  throw UnimplementedError('init() has not been implemented.');
}