WindowsPlatform constructor

WindowsPlatform({
  1. required bool isOnline,
})

Implementation

WindowsPlatform({required super.isOnline}) : super(isMobile: false);