setBackground method

Future<void> setBackground(
  1. bool isBackground
)

Implementation

Future<void> setBackground(bool isBackground) {
  throw UnimplementedError('setBackground() has not been implemented.');
}