Skip to content

Commit

Permalink
Fix Error
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosaparadam authored Oct 26, 2022
1 parent 47c93fa commit 0b2b12a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class PinLockPlugin : FlutterPlugin, MethodCallHandler, ActivityAware {
}
}
}
result.success(Unit)
result.success(null)
}
else -> result.notImplemented()
}
Expand Down

0 comments on commit 0b2b12a

Please sign in to comment.