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:
8
lib/lists/call_members_list.dart
Normal file
8
lib/lists/call_members_list.dart
Normal 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> {}
|
Reference in New Issue
Block a user