setHandlesInterruptions method

  1. @Deprecated('Use setAutoHandleInterruptions instead. Scheduled for removal in 3.0.0.')
Future<void> setHandlesInterruptions(
  1. bool enabled
)

Implementation

@Deprecated('Use setAutoHandleInterruptions instead. Scheduled for removal in 3.0.0.')
Future<void> setHandlesInterruptions(bool enabled) {
  return setAutoHandleInterruptions(enabled);
}