Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopofranza committed May 16, 2024
1 parent 44deb18 commit 631d200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stripe_terminal/lib/src/terminal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Terminal {
/// This makes it easy to quickly test your integration end-to-end, from pairing with
/// a reader to taking payments.
Future<bool> supportsReadersOfType({
required DeviceType? deviceType,
DeviceType? deviceType,
required DiscoveryConfiguration discoveryConfiguration,
}) async {
return await _platform.supportsReadersOfType(
Expand Down

0 comments on commit 631d200

Please sign in to comment.