Skip to content

Commit

Permalink
Update chapa.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnpro authored Feb 24, 2024
1 parent 88b714b commit f816385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/chapa.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Chapa {
Chapa._internal(this._initilizeUsecase, this._verifyUsecase);

/// Returns the singleton instance of Chapa.
static get getInstance => _instance;
static Chapa get getInstance => _instance;

/// Sets up the Chapa singleton instance and other dependenciy
/// injections with the provided [privateKey]
Expand Down

0 comments on commit f816385

Please sign in to comment.