OrgMprisMediaPlayer2 constructor
OrgMprisMediaPlayer2({
- DBusObjectPath path = const DBusObjectPath.unchecked('/'),
- required String identity,
Creates a new object to expose on path
.
Implementation
OrgMprisMediaPlayer2(
{DBusObjectPath path = const DBusObjectPath.unchecked('/'),
required this.identity})
: super(path);