init method

Future<bool> init()

Implementation

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