getUserLastSeenTime method
This method is used to get user's last seen time.
Implementation
Future<void> getUserLastSeenTime(
String jid, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}
This method is used to get user's last seen time.
Future<void> getUserLastSeenTime(
String jid, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}