1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 08:15:16 +00:00

Get the list of members of the call

This commit is contained in:
2020-04-20 14:02:32 +02:00
parent 04693cc163
commit 08c2ac32aa
4 changed files with 45 additions and 1 deletions

View File

@ -0,0 +1,8 @@
import 'package:comunic/lists/abstract_list.dart';
import 'package:comunic/models/call_member.dart';
/// Call members list
///
/// @author Pierre Hubert
class CallMembersList extends AbstractList<CallMember> {}