clearForeground method

Future clearForeground()

Implementation

Future clearForeground() async {
  return act('clearText');
}