clearViewIds static method

Future<String?> clearViewIds()

Clears all view ids of the ChimeDefaultVideoRenderViewFactory.

Implementation

static Future<String?> clearViewIds()
async
{
    return _methodChannel.invokeMethod('ClearViewIds');
}