Skip to content

Commit 226393b

Browse files
committed
add type annotation
1 parent 9b0382c commit 226393b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/src/method_channel/fluwx_method_channel.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class MethodChannelFluwx extends FluwxPlatform {
7070
return Future.value();
7171
}
7272

73-
_printLog(Map data) {
73+
void _printLog(Map data) {
7474
debugPrint("FluwxLog: ${data["detail"]}");
7575
}
7676

packages/fluwx/lib/src/method_channel/fluwx_method_channel.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class MethodChannelFluwx extends FluwxPlatform {
7070
return Future.value();
7171
}
7272

73-
_printLog(Map data) {
73+
void _printLog(Map data) {
7474
debugPrint("FluwxLog: ${data["detail"]}");
7575
}
7676

0 commit comments

Comments
 (0)