pausePlayer method

Future<int> pausePlayer()

Implementation

Future<int> pausePlayer() async {
  return -1;
}