ubuntu_session 0.0.2 ubuntu_session: ^0.0.2 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('Detected desktop environment: ${session.desktop}');
session.reboot();
}