Skip to content

Commit

Permalink
chore: rename messages_gKt
Browse files Browse the repository at this point in the history
  • Loading branch information
defuncart committed Jun 8, 2024
1 parent 092a026 commit 8f95a80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wakelock_plus/pigeons/messages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class IsEnabledMessage {
),
kotlinOptions: KotlinOptions(errorClassName: "WakelockPlusFlutterError"),
kotlinOut:
'android/src/main/kotlin/dev/fluttercommunity/plus/wakelock/Messages.g.kt',
'android/src/main/kotlin/dev/fluttercommunity/plus/wakelock/WakelockPlusMessages.g.kt',
))
@HostApi(dartHostTestHandler: 'TestWakelockPlusApi')
abstract class WakelockPlusApi {
Expand Down

0 comments on commit 8f95a80

Please sign in to comment.