init method

Future<void> init()

Implementation

Future<void> init() async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}