clearBackground method

Future clearBackground()

Implementation

Future clearBackground() async {
  return act('clearVideo', responseAction: '');
}