Initializes the platform interface with id.
id
This method is called when the plugin is first initialized.
Future<dynamic> init(int viewId) { throw UnimplementedError('init() has not been implemented.'); }