Skip to content

Commit

Permalink
Merge pull request #42 from ant-media/addFileNameForWebSupport
Browse files Browse the repository at this point in the history
Remove unused_local_variables warning
  • Loading branch information
mustafaboleken committed Dec 27, 2023
2 parents 24788b4 + 0813138 commit f2a040a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/ant_media_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,14 @@ class AntMediaFlutter {
}

static void registerWith(Registrar registrar) {
// ignore: unused_local_variable
final MethodChannel channel = MethodChannel(
'com.ant_media_flutter/ant_media_flutter',
const StandardMethodCodec(),
registrar, // the registrar is used as the BinaryMessenger
);
//final MyPlugin instance = MyPlugin();
// ignore: unused_local_variable
final AntMediaFlutter instance = AntMediaFlutter();
}

static void connect(
Expand Down

0 comments on commit f2a040a

Please sign in to comment.