stop method

Future<String?> stop()

Implementation

Future<String?> stop() async {
  return _create(() => _instance.stop(_playerId));
}