isStereo method

Future<bool> isStereo()

Implementation

Future<bool> isStereo() async {
  return _create(() => _instance.isStereo(_playerId));
}