Future<void> setFromUserId(String data) async { await SessionManagerMethods.setString(fromUserId, data); }