getCallUsersList static method
Retrieves a list of users in the current call.
This method asynchronously requests a list of users in the current calls
Returns a Future that completes with the result of users list in the call with their call status.
Implementation
static Future<String> getCallUsersList() async {
return FlyChatFlutterPlatform.instance.getCallUsersList();
}