Future<bool> isStereo(String playerId) async { return (await _methodChannel.invokeMethod<bool>( 'isStereo', {'playerId': playerId}, ) ?? false); }