Skip to content

Commit

Permalink
refactor: mark .instances as protected
Browse files Browse the repository at this point in the history
Release-As: 1.1.0
  • Loading branch information
benthillerkus committed Apr 17, 2022
1 parent bb52101 commit 7d9dafd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/plugin.dart
Expand Up @@ -42,6 +42,7 @@ class BetrayalPlugin {
static final BetrayalPlugin _instance = BetrayalPlugin._internal();

/// Retrieves the singleton instance.
@protected
static BetrayalPlugin get instance => _instance;

static const MethodChannel _channel = MethodChannel('betrayal');
Expand Down

0 comments on commit 7d9dafd

Please sign in to comment.