isMobilePlatform function

bool isMobilePlatform()

Implementation

bool isMobilePlatform() => Platform.isAndroid || Platform.isIOS;