supportsBackgroundProcesses property

bool get supportsBackgroundProcesses

Check if platform supports background processes

Implementation

static bool get supportsBackgroundProcesses {
  return isMobile; // Background processing mainly on mobile
}