ubuntu_session 0.0.4 ubuntu_session: ^0.0.4 copied to clipboard
Native Dart client library to access the GNOME Session Manager
import 'package:ubuntu_session/ubuntu_session.dart';
void main() {
final session = UbuntuSession();
print(session.desktop);
session.reboot();
}