Initializes the platform interface and create a new instance of the player.
@override Future<void> init(String id) { return _call('init', {"id": id}, id); }