isMobile method

bool isMobile()

Implementation

bool isMobile() {
  return (kIsWeb || Platform.isAndroid || Platform.isIOS);
}