OrgMprisMediaPlayer2 constructor

OrgMprisMediaPlayer2({
  1. DBusObjectPath path = const DBusObjectPath.unchecked('/'),
  2. required String identity,
})

Creates a new object to expose on path.

Implementation

OrgMprisMediaPlayer2(
    {DBusObjectPath path = const DBusObjectPath.unchecked('/'),
    required this.identity})
    : super(path);