Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
fonkamloic committed Jul 20, 2024
1 parent a210c3b commit ebbf25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/no_screenshot.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class NoScreenshot implements NoScreenshotPlatform {
runtimeType == other.runtimeType &&
_instancePlatform == other._instancePlatform;
}

@override
int get hashCode => _instancePlatform.hashCode;
}

0 comments on commit ebbf25e

Please sign in to comment.