init method

Future<State> init(
  1. Config config
)

Implementation

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