resumePlayer method

Future<int> resumePlayer()

Implementation

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