initSettings method
Initialize the screen guard with settings
Implementation
Future<void> initSettings({
bool? enableCapture = false,
bool? enableRecord = false,
bool? enableContentMultitask = false,
bool? displayOverlay = false,
bool? displayScreenguardOverlayAndroid = true,
int? timeAfterResume = 1000,
bool? getScreenshotPath = false,
int? limitCaptureEvtCount,
bool? trackingLog = false,
}) {
throw UnimplementedError('initSettings() has not been implemented.');
}