init method

Future<void> init()

Initializes the platform interface.

Implementation

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