audioPlayPause method

Future audioPlayPause()

Implementation

Future audioPlayPause() async {
  return act('audioPlayPause');
}