WebPlatform constructor

WebPlatform({
  1. required String currentUrl,
  2. required bool isMobile,
  3. bool isOnline = true,
})

Implementation

WebPlatform(
    {required this.currentUrl, required super.isMobile, super.isOnline});