init method

Future<void> init(
  1. int mapId
)

/// Initializes the platform interface with id.

This method is called when the plugin is first initialized.

Implementation

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