setFFDSecurityLevel method
Implementation
@override
Future<int> setFFDSecurityLevel(SecurityLevel securityLevel) async {
int ffd = securityLevel.id;
final ret = await methodChannel.invokeMethod(
PluginFunctionInterfaceConstants.FPS_SET_FFD_SECURITY_LEVEL, ffd);
return ret;
}