init method

Future<StatusModel?> init()

Implementation

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