1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 15:03:22 +00:00
comunicmobile/lib/utils/account_utils.dart

10 lines
202 B
Dart

import 'package:comunic/helpers/account_helper.dart';
/// Account utilities
///
/// @author Pierre HUBERT
/// Get the ID of the current user
int userID() {
return AccountHelper.getCurrentUserID();
}