setCallback method
Sets callback function to get events during the ongoing session or when session is finished.
Implementation
void setCallback(VoidCallback callback) {
return IdentomatFlutterPlatform.instance.setCallback(callback);
}
Sets callback function to get events during the ongoing session or when session is finished.
void setCallback(VoidCallback callback) {
return IdentomatFlutterPlatform.instance.setCallback(callback);
}