diff --git a/lib/src/chapa.dart b/lib/src/chapa.dart index 30818fa..6dd4f3c 100644 --- a/lib/src/chapa.dart +++ b/lib/src/chapa.dart @@ -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]