Skip to content

Commit

Permalink
Split the server message bus implementation into its own object - you…
Browse files Browse the repository at this point in the history
… should be able to use D-Bus without it
  • Loading branch information
robert-ancell committed Sep 21, 2023
1 parent f7dbc76 commit 5745c62
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 343 deletions.
2 changes: 1 addition & 1 deletion lib/src/dbus_method_call.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'dbus_value.dart';
/// A D-Bus method call.
class DBusMethodCall {
/// Client that called the method.
final String sender;
final String? sender;

/// Interface method is on.
final String? interface;
Expand Down
Loading

0 comments on commit 5745c62

Please sign in to comment.