startliveness2d method
Implementation
@override
Future startliveness2d(
String? baseUrl,
String? appKey,
String environment,
bool showFeedback,
) async {
return await methodChannel.invokeMapMethod(
'OITI.startLiveness2d',
{
'appKey': appKey,
'baseUrl': baseUrl,
'environment': environment,
'showFeedback': showFeedback,
},
);
}