Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite8a8aae

Browse files
committed
refactor: remove@VisibleForTesting
1 parent7898623 commite8a8aae

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

‎lib/js_notifications_web.dart‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class JsNotificationsWeb extends JsNotificationsPlatform {
4444
_startEventListeners();
4545
}
4646

47-
@visibleForTesting
4847
factoryJsNotificationsWeb.protected()=>JsNotificationsWeb._();
4948

5049
staticvoidregisterWith(Registrar registrar) {

‎lib/method_channel/js_notifications_method_channel.dart‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import '../interop/interop.dart' as interop;
88
/// An implementation of[JsNotificationsPlatform] that uses method channels.
99
classMethodChannelJsNotificationsextendsJsNotificationsPlatform {
1010
/// The method channel used to interact with the native platform.
11-
@visibleForTesting
1211
final methodChannel=constMethodChannel('js_notifications');
1312

1413
@override

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp