getLastSeen method
Implementation
Future<MesiboDateTime?> getLastSeen() async{MesiboDateTimeFlutter? dt= await Mesibo.getInternal().getProfileLastSeen(super.hash_id);if(dt== null) return null;return dt as MesiboDateTime;}
Future<MesiboDateTime?> getLastSeen() async{MesiboDateTimeFlutter? dt= await Mesibo.getInternal().getProfileLastSeen(super.hash_id);if(dt== null) return null;return dt as MesiboDateTime;}