getCallUsersList static method

Future getCallUsersList()

Used as a getCallUsersList class for Mirrorfly used to get user list on the call

Implementation

static Future<dynamic> getCallUsersList() async {
  return FlyChatFlutterPlatform.instance.getCallUsersList();
}