Platform.web constructor

Platform.web({
  1. required String currentUrl,
  2. required bool isMobile,
  3. required bool isOnline,
})

Implementation

factory Platform.web(
    {required String currentUrl,
    required bool isMobile,
    required bool isOnline}) = WebPlatform;