allowsPushStart method

Future<bool> allowsPushStart()

Implementation

Future<bool> allowsPushStart() {
  throw UnimplementedError(
    'supportsStartActivities() has not been implemented.',
  );
}