lkPlatformIsMobile function

bool lkPlatformIsMobile()

Implementation

bool lkPlatformIsMobile() =>
    [PlatformType.iOS, PlatformType.android].contains(lkPlatform());