init method

Future<void> init(
  1. int videoId
)

This method is called when the plugin is first initialized.

Implementation

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