We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd123f commit 138cf62Copy full SHA for 138cf62
lib/web_callkit_web.dart
@@ -41,7 +41,7 @@ class WebCallkitWeb extends WebCallkitPlatform {
41
static WebCallkitWeb get instance => _instance;
42
43
static void registerWith(Registrar registrar) {
44
- WebCallkitPlatform.instance = WebCallkitWeb._internal();
+ WebCallkitPlatform.instance = _instance;
45
}
46
47
final Map<String, CallTimer> _timers = {};
0 commit comments