init method
Initializes the platform interface.
Implementation
Future<void> init() async {
throw UnimplementedError('init() has not been implemented.');
}
Initializes the platform interface.
Future<void> init() async {
throw UnimplementedError('init() has not been implemented.');
}