Skip to content

Commit e8a8aae

Browse files
committed
refactor: remove @VisibleForTesting
1 parent 7898623 commit e8a8aae

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
factory JsNotificationsWeb.protected() => JsNotificationsWeb._();
4948

5049
static void registerWith(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
class MethodChannelJsNotifications extends JsNotificationsPlatform {
1010
/// The method channel used to interact with the native platform.
11-
@visibleForTesting
1211
final methodChannel = const MethodChannel('js_notifications');
1312

1413
@override

0 commit comments

Comments
 (0)