version property

Future<String?> get version

The version of the used Amazon Chime SDK.

Implementation

static Future<String?> get version
async
{
    return _methodChannel.invokeMethod('GetVersion');
}