location has been enabled in addition to sending the domain
This commit is contained in:
@@ -5,9 +5,15 @@ class AttendanceLogoutRequest {
|
||||
final File faceImage;
|
||||
final bool localAuth;
|
||||
|
||||
// ✅ NEW
|
||||
final double? latitude;
|
||||
final double? longitude;
|
||||
|
||||
AttendanceLogoutRequest({
|
||||
required this.employeeId,
|
||||
required this.faceImage,
|
||||
this.localAuth = false,
|
||||
this.latitude,
|
||||
this.longitude,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user